home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Resistances / ProOne: Electronics: Resistances.iso / cdbackup / progfile.sfs / ELECT132.EXE / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  1998-04-23  |  802b  |  41 lines

  1. object SplashForm: TSplashForm
  2.   Left = 254
  3.   Top = 112
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 460
  8.   ClientWidth = 610
  9.   Color = clTeal
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 120
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   WindowState = wsMaximized
  19.   OnCreate = SplashFormOnCreate
  20.   OnDestroy = FormOnDestroy
  21.   OnHide = FormOnHide
  22.   OnShow = FormOnShow
  23.   TextHeight = 20
  24.   object SplashPanel: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 610
  28.     Height = 460
  29.     BevelInner = bvRaised
  30.     BevelWidth = 2
  31.     TabOrder = 0
  32.     object Image1: TImage
  33.       Left = 4
  34.       Top = 4
  35.       Width = 602
  36.       Height = 452
  37.       Align = alClient
  38.     end
  39.   end
  40. end
  41.